home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / D-G / GNU Chess 3.0 / Sources TC 4.0 / interface.h < prev    next >
Encoding:
Text File  |  1991-03-16  |  468 b   |  12 lines  |  [TEXT/KAHL]

  1. /* interface.h */
  2.  
  3.  
  4. /* From update.c */
  5. pascal void UpdateGraphique(WindowPtr theWindow, int ItemNo);
  6. pascal void UpdateChronos(WindowPtr theWindow, int ItemNo);
  7. pascal void UpdateMsg(WindowPtr theWindow, int ItemNo);
  8. pascal void UpdateThink(WindowPtr theWindow, int ItemNo);
  9. pascal void UpdateValue(WindowPtr theWindow, int ItemNo);
  10. pascal void UpdateCase(WindowPtr theWindow, int ItemNo);
  11. pascal void UpdateListe(WindowPtr theWindow, int ItemNo);
  12. void UpdateMenus();